feat(manifests): add infra service manifests

This commit is contained in:
孙振宇 2025-01-13 00:16:43 +08:00
parent 01b16cd60c
commit c2e01c63c0
9 changed files with 7732 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

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