Unverified Commit 7e4c3a43 authored by Leon Klingele's avatar Leon Klingele
Browse files

k8s: clean up

parent 5005b146
Loading
Loading
Loading
Loading
Loading

kubernetes/auth/README.md

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
This chart was created by Kompose
+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:
@@ -50,7 +40,6 @@ spec:
        name: auth
        ports:
        - containerPort: 8080
        resources: {}
        securityContext:
          capabilities:
            drop:
@@ -58,4 +47,3 @@ spec:
      imagePullSecrets:
      - name: regcred
      restartPolicy: Always
status: {}
+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
+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