29 lines
633 B
YAML
29 lines
633 B
YAML
# 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: []
|