31 lines
592 B
YAML
31 lines
592 B
YAML
image:
|
|
repository: guacamole/guacd
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.5.3@sha256:d95ad4919cdc1588c9c9ee26b9fc98f5b8ae61b33b5d7998db351acb307dc975
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 4822
|
|
port: 4822
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|