39 lines
773 B
YAML
39 lines
773 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: adminer
|
||
|
tag: latest@sha256:4d06c61fbc5f21e83e3aebf15912736e4730a814b03adc1063dd1fc9cd22e58d
|
||
|
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
|