image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/adminer tag: latest@sha256:c01748b418e739f29a6ed58b43d4fc20811a61ea47aa3c8ae2f76ec09ef6495b securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsGroup: 0 runAsUser: 0 workload: main: podSpec: containers: main: probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / env: ADMINER_DESIGN: "" ADMINER_PLUGINS: "" service: main: ports: main: port: 18080 protocol: http targetPort: 8080 portal: open: enabled: true