chore: Add pluto-values.yaml
All checks were successful
All checks were successful
This commit is contained in:
parent
20579b93e5
commit
f5290a7852
2 changed files with 31 additions and 4 deletions
31
chart/ci/pluto-values.yaml
Normal file
31
chart/ci/pluto-values.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
groupName: api.domeneshop.no
|
||||
|
||||
certManager:
|
||||
namespace: cert-manager
|
||||
serviceAccountName: cert-manager
|
||||
|
||||
image:
|
||||
repository: code.252.no/pub/cert-manager-webhook-domeneshop
|
||||
tag: 1.1.0
|
||||
pullPolicy: Always
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 443
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
|
@ -17,10 +17,6 @@ service:
|
|||
port: 443
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
|
Loading…
Add table
Reference in a new issue