24 lines
436 B
YAML
24 lines
436 B
YAML
image:
|
|
# -- image repository
|
|
repository: docker-repo.service.masked.name:5000/sudoscientist-go-backend
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
# -- image tag
|
|
# this example is not automatically updated, so be sure to use the latest image
|
|
tag: latest
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
serviceAccount:
|
|
create: false
|
|
|
|
serviceAccountName: sudoscientist
|
|
|
|
autoscaling:
|
|
enable: false
|