add several config files, namely relevant to docker-30 and gitea
This commit is contained in:
31
vagrant/k8s/gitea-values.yaml
Normal file
31
vagrant/k8s/gitea-values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# helm upgrade --install gitea gitea-charts/gitea -n gitea --values gitea-values.yaml
|
||||
|
||||
global:
|
||||
storageClass: px-csi-db
|
||||
|
||||
# clusterDomain: homelab.hrajfrisbee.cz
|
||||
|
||||
|
||||
gitea:
|
||||
config:
|
||||
server:
|
||||
SSH_DOMAIN: gitea.homelab.hrajfrisbee.cz
|
||||
|
||||
# service:
|
||||
# http:
|
||||
# type: LoadBalancer
|
||||
# port: 443
|
||||
# annotations:
|
||||
# "io.cilium/lb-ipam-ips": "192.168.0.31"
|
||||
# "lbipam.cilium.io/sharing-key": "1234"
|
||||
# labels:
|
||||
# homelab/public-service: "true"
|
||||
# ssh:
|
||||
# type: LoadBalancer
|
||||
# port: 22
|
||||
# ClusterIP:
|
||||
# annotations:
|
||||
# "io.cilium/lb-ipam-ips": "192.168.0.31"
|
||||
# "lbipam.cilium.io/sharing-key": "1234"
|
||||
# labels:
|
||||
# homelab/public-service: "true"
|
||||
Reference in New Issue
Block a user