Loading kubernetes/auth/README.mddeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line This chart was created by Kompose kubernetes/auth/templates/auth-deployment.yaml +4 −16 Original line number Diff line number Diff line apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth name: auth labels: app: auth spec: replicas: 3 selector: matchLabels: io.kompose.service: auth strategy: {} app: auth template: metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth app: auth spec: containers: - env: Loading Loading @@ -50,7 +40,6 @@ spec: name: auth ports: - containerPort: 8080 resources: {} securityContext: capabilities: drop: Loading @@ -58,4 +47,3 @@ spec: imagePullSecrets: - name: regcred restartPolicy: Always status: {} kubernetes/auth/templates/auth-env-configmap.yaml +5 −6 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: auth-env labels: app: auth-env data: SERVER_AUTH_JWT_KEY: HELLO_HDM SERVER_AUTH_JWT_VALIDITY: 168h SERVER_LISTEN_ADDR: 0.0.0.0 SERVER_LISTEN_PORT: "8080" kind: ConfigMap metadata: creationTimestamp: null labels: io.kompose.service: auth-env name: auth-env kubernetes/auth/templates/auth-service.yaml +3 −9 Original line number Diff line number Diff line apiVersion: v1 kind: Service metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth name: auth labels: app: auth spec: ports: - name: "8080" port: 8080 targetPort: 8080 selector: io.kompose.service: auth status: loadBalancer: {} app: auth Loading
kubernetes/auth/README.mddeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line This chart was created by Kompose
kubernetes/auth/templates/auth-deployment.yaml +4 −16 Original line number Diff line number Diff line apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth name: auth labels: app: auth spec: replicas: 3 selector: matchLabels: io.kompose.service: auth strategy: {} app: auth template: metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth app: auth spec: containers: - env: Loading Loading @@ -50,7 +40,6 @@ spec: name: auth ports: - containerPort: 8080 resources: {} securityContext: capabilities: drop: Loading @@ -58,4 +47,3 @@ spec: imagePullSecrets: - name: regcred restartPolicy: Always status: {}
kubernetes/auth/templates/auth-env-configmap.yaml +5 −6 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: auth-env labels: app: auth-env data: SERVER_AUTH_JWT_KEY: HELLO_HDM SERVER_AUTH_JWT_VALIDITY: 168h SERVER_LISTEN_ADDR: 0.0.0.0 SERVER_LISTEN_PORT: "8080" kind: ConfigMap metadata: creationTimestamp: null labels: io.kompose.service: auth-env name: auth-env
kubernetes/auth/templates/auth-service.yaml +3 −9 Original line number Diff line number Diff line apiVersion: v1 kind: Service metadata: annotations: kompose.cmd: kompose convert --chart --controller=deployment --replicas=3 --controller=deployment kompose.version: 1.20.0 () creationTimestamp: null labels: io.kompose.service: auth name: auth labels: app: auth spec: ports: - name: "8080" port: 8080 targetPort: 8080 selector: io.kompose.service: auth status: loadBalancer: {} app: auth