|
|
@@ -1,24 +1,25 @@
|
|
1
|
|
-ingress:
|
|
2
|
|
- enabled: true
|
|
3
|
|
- annotations: {}
|
|
4
|
|
- # kubernetes.io/ingress.class: nginx
|
|
5
|
|
- # kubernetes.io/tls-acme: "true"
|
|
6
|
|
- hosts:
|
|
7
|
|
- - host: newgit.kaisers.info
|
|
8
|
|
- paths:
|
|
9
|
|
- - path: /
|
|
10
|
|
- pathType: Prefix
|
|
|
1
|
+gitea:
|
|
|
2
|
+ ingress:
|
|
|
3
|
+ enabled: true
|
|
|
4
|
+ annotations: {}
|
|
|
5
|
+ # kubernetes.io/ingress.class: nginx
|
|
|
6
|
+ # kubernetes.io/tls-acme: "true"
|
|
|
7
|
+ hosts:
|
|
|
8
|
+ - host: newgit.kaisers.info
|
|
|
9
|
+ paths:
|
|
|
10
|
+ - path: /
|
|
|
11
|
+ pathType: Prefix
|
|
11
|
12
|
|
|
12
|
|
-service:
|
|
13
|
|
- http:
|
|
14
|
|
- type: ClusterIP
|
|
15
|
|
- port: 3000
|
|
16
|
|
- clusterIP:
|
|
17
|
|
- ssh:
|
|
18
|
|
- type: ClusterIP
|
|
19
|
|
- port: 22
|
|
20
|
|
- clusterIP:
|
|
|
13
|
+ service:
|
|
|
14
|
+ http:
|
|
|
15
|
+ type: ClusterIP
|
|
|
16
|
+ port: 3000
|
|
|
17
|
+ clusterIP:
|
|
|
18
|
+ ssh:
|
|
|
19
|
+ type: ClusterIP
|
|
|
20
|
+ port: 22
|
|
|
21
|
+ clusterIP:
|
|
21
|
22
|
|
|
22
|
|
-gitea:
|
|
23
|
|
- admin:
|
|
24
|
|
- existingSecret: gitea-admin-secret
|
|
|
23
|
+ gitea:
|
|
|
24
|
+ admin:
|
|
|
25
|
+ existingSecret: gitea-admin-secret
|