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