31 lines
598 B
YAML
31 lines
598 B
YAML
image:
|
|
repository: leonismoe/ariang
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.6@sha256:e95f99b59676f8289f09f5c914f29af8cfe16d9b55d63c7d837d9b8766af098b
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
protocol: http
|
|
port: 10276
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
portal:
|
|
open:
|
|
enabled: true
|