Init helm chart

This commit is contained in:
2023-12-14 14:02:01 +02:00
commit bf29646c60
8 changed files with 238 additions and 0 deletions

28
chart/values.yaml Normal file
View File

@@ -0,0 +1,28 @@
# Default values for external-services.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
ingress:
className: nginx
# services:
# - name: proxmox
# portName: app
# port: 80
# targetPort: 8006
# protocol: TCP
# addresses:
# - 192.168.1.1
# ingress:
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-production
# hosts:
# - host: proxmox.op8.fun
# paths:
# - path: /
# pathType: Prefix
# tls:
# - hosts:
# - proxmox.op8.fun
# secretName: proxmox-letsencrypt
services: []