feat(manifests): add infra service manifests
This commit is contained in:
parent
01b16cd60c
commit
c2e01c63c0
1455
cluster/manifests/freeleaps-controls-system/cert-manager/values.yaml
Normal file
1455
cluster/manifests/freeleaps-controls-system/cert-manager/values.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,25 @@
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: quay.io/snowdrop/cert-manager-webhook-godaddy
|
||||
tag: 0.5.0
|
||||
pullPolicy: IfNotPresent
|
||||
pod:
|
||||
securePort:
|
||||
logging:
|
||||
level: info # Log level (trace, debug, info, warn, error, fatal, panic)
|
||||
format: color # Log format (text, color, json)
|
||||
timestamp: true # Timestamp in log output: true/false
|
||||
groupName: acme.mathmast.com
|
||||
certManager:
|
||||
namespace: freeleaps-controls-system
|
||||
serviceAccountName: cert-manager
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 443
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: freeleaps-controls-system
|
||||
labels:
|
||||
name: freeleaps-controls-system
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user