chore: Add pluto-values.yaml
All checks were successful
Validate and Release Chart / Lint (push) Successful in 3s
Validate and Release Chart / Audit (push) Successful in 3s
Validate and Release Chart / Outdated APIs (push) Successful in 4s
Validate and Release Chart / Publish Helm Chart (push) Successful in 4s

This commit is contained in:
Tommy 2025-03-15 22:45:42 +01:00
parent 20579b93e5
commit f5290a7852
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc
2 changed files with 31 additions and 4 deletions

View 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: {}

View file

@ -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