From fdb778896c8b2bc3c112d771b386de1acc7a26c6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 10 Sep 2022 19:46:27 +0200 Subject: [PATCH] [Close #11] fix: remove obsolete replicaCount --- values.yaml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/values.yaml b/values.yaml index 39ac1c7..7b1c7be 100644 --- a/values.yaml +++ b/values.yaml @@ -2,8 +2,6 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 1 - image: repository: docker.io/drone/drone pullPolicy: IfNotPresent @@ -18,10 +16,12 @@ podAnnotations: {} podPriorityClassName: "" -podSecurityContext: {} +podSecurityContext: + {} # fsGroup: 2000 -securityContext: {} +securityContext: + {} # capabilities: # drop: # - ALL @@ -29,7 +29,8 @@ securityContext: {} # runAsNonRoot: true # runAsUser: 1000 -config: {} +config: + {} # DRONE_BITBUCKET_CLIENT_ID # String value. Configures the Bitbucket OAuth client id. This is used to # authorize access to Bitbucket on behalf of a Drone user. @@ -546,16 +547,17 @@ ingress: # cert-manager.io/issuer: # kubernetes.io/tls-acme: "true" hosts: - - host: "your-hostname" - paths: - - path: / - pathType: ImplementationSpecific + - host: "your-hostname" + paths: + - path: / + pathType: ImplementationSpecific tls: - - secretName: "your-tls-secret" - hosts: - - "your-hostname" + - secretName: "your-tls-secret" + hosts: + - "your-hostname" -resources: {} +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 @@ -581,7 +583,7 @@ persistence: # existingClaim: size: 5Gi accessModes: - - ReadWriteOnce + - ReadWriteOnce labels: {} # storageClass: