image: repository: joni1802/ts3-manager pullPolicy: IfNotPresent tag: v2.2.0@sha256:44caf39f0bdad9d0aebfd1014e9b57fe6ce119c6aee07bc6e742f2fe37c8aa29 env: PORT: "{{ .Values.service.main.ports.main.port }}" secretEnv: JWT_SECRET: "changeme" probes: liveness: enabled: true custom: true spec: exec: command: - /bin/sh - -c - wget --spider localhost:10284 failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 readiness: enabled: true custom: true spec: exec: command: - /bin/sh - -c - wget --spider localhost:10284 failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 startup: enabled: true custom: true spec: exec: command: - /bin/sh - -c - wget --spider localhost:10284 failureThreshold: 5 initialDelaySeconds: 60 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 service: main: ports: main: protocol: HTTP port: 10284 portal: enabled: true