Init helm chart
This commit is contained in:
28
chart/values.yaml
Normal file
28
chart/values.yaml
Normal 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: []
|
||||
Reference in New Issue
Block a user