mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 04:16:14 -08:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
ovpnAdmin:
|
|
repo: ghcr.io/palark/ovpn-admin/ovpn-admin
|
|
|
|
openvpn:
|
|
repo: ghcr.io/palark/ovpn-admin/openvpn
|
|
subnet: 172.16.200.0/255.255.255.0
|
|
# LoadBalancer or ExternalIP or HostPort
|
|
inlet: HostPort
|
|
#
|
|
# If inlet: ExternalIP
|
|
# externalIP: 1.2.3.4
|
|
# externalPort: 1194
|
|
#
|
|
# If inlet: HostPort
|
|
hostPort: 1194
|
|
# Domain or ip for connect to OpenVPN server
|
|
# externalHost: 1.2.3.4
|
|
|
|
# -- [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) configuration.
|
|
nodeSelector: {}
|
|
|
|
# -- [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for node taints.
|
|
# See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) for details.
|
|
tolerations: []
|
|
|
|
ingress:
|
|
# -- Enable [ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).
|
|
enabled: false
|
|
|
|
# -- Ingress [class name](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class).
|
|
className: ""
|
|
|
|
# -- Annotations to be added to the ingress.
|
|
annotations: {}
|
|
# kubernetes.io/ingress.class: nginx
|
|
# kubernetes.io/tls-acme: "true"
|
|
|
|
domain: changeme
|
|
|
|
basicAuth:
|
|
user: admin
|
|
password: changeme
|