Init
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
replicaCount: 1
|
||||
progressDeadlineSeconds: 1800
|
||||
|
||||
image:
|
||||
repository: registry.example.com/pcp/slots-service
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
|
||||
app:
|
||||
profile: master
|
||||
configServerUri: "http://spring-cloud-config-server:38888"
|
||||
configServerFailFast: "true"
|
||||
configLabel: master
|
||||
adminClientUrl: ""
|
||||
serviceBaseUrl: ""
|
||||
serviceBaseUrlScheme: ""
|
||||
servicePath: "/swagger/ui"
|
||||
managementBaseUrl: ""
|
||||
healthUrl: ""
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations: {}
|
||||
host: ""
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
|
||||
extraEnv: []
|
||||
|
||||
startupProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 180
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: "2Gi"
|
||||
limits:
|
||||
cpu: "16"
|
||||
memory: "8Gi"
|
||||
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
|
||||
nameOverride: "pcp-slots-service"
|
||||
fullnameOverride: "pcp-slots-service"
|
||||
Reference in New Issue
Block a user