mirror of
https://github.com/jmozd/cert-manager-webhook-variomedia.git
synced 2025-12-25 10:12:38 +01:00
Finalizations and clean-up
This commit is contained in:
@@ -15,11 +15,11 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.9.1
|
||||
version: 0.9.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "1.1.0"
|
||||
appVersion: "2.0.1"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Default values for cert-manager-webhook-variomedia.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
@@ -8,17 +7,18 @@ certManager:
|
||||
namespace: cert-manager
|
||||
serviceAccountName: cert-manager
|
||||
|
||||
groupName: acme.cert-manager-webhook-variomedia.local
|
||||
# remember to change "cluster.local" to your cluster's domain, in case it's set differently
|
||||
groupName: cert-manager-webhook-variomedia.cluster.local
|
||||
|
||||
image:
|
||||
repository: ''
|
||||
image: cert-manager-webhook-variomedia
|
||||
tag: "v1.1.0"
|
||||
tag: "v2.0.1"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
logLevel: 6
|
||||
logLevel: 2
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
@@ -67,7 +67,7 @@ resources: {}
|
||||
autoscaling:
|
||||
enabled: false
|
||||
minReplicas: 1
|
||||
maxReplicas: 100
|
||||
maxReplicas: 1
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user