37 lines
544 B
YAML
37 lines
544 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: registry.example.com/pcp/pcp-spring-boot-admin-server
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 38889
|
|
|
|
app:
|
|
profile: master
|
|
configServerUri: "http://spring-cloud-config-server:38888"
|
|
configServerFailFast: "true"
|
|
configLabel: master
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
host: ""
|
|
path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
extraEnv: []
|
|
|
|
resources: {}
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|