image: pullPolicy: IfNotPresent repository: adminer tag: latest@sha256:fcb4f9e5124cf48fd12d5e3fbf8bc37a17fd8d9c2fefbce4b713d2eb6a220377 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