mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
35 lines
535 B
YAML
35 lines
535 B
YAML
# Default values for gcore-webhook.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: ghcr.io/g-core/cert-manager-webhook-gcore
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
pod:
|
|
securePort:
|
|
|
|
groupName: acme.mycompany.com
|
|
|
|
certManager:
|
|
namespace: cert-manager
|
|
serviceAccountName: cert-manager
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 443
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|