service
This commit is contained in:
@@ -352,6 +352,8 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.0.185
|
||||
labels:
|
||||
app: gitea
|
||||
app.kubernetes.io/instance: gitea
|
||||
@@ -363,7 +365,6 @@ metadata:
|
||||
name: gitea-ssh
|
||||
namespace: gitea
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: ssh
|
||||
port: 22
|
||||
@@ -372,7 +373,7 @@ spec:
|
||||
selector:
|
||||
app.kubernetes.io/instance: gitea
|
||||
app.kubernetes.io/name: gitea
|
||||
type: ClusterIP
|
||||
type: LoadBalancer
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
||||
@@ -140,7 +140,7 @@ service:
|
||||
## @param service.ssh.labels SSH service additional labels
|
||||
## @param service.ssh.loadBalancerClass Loadbalancer class
|
||||
ssh:
|
||||
type: ClusterIP
|
||||
type: LoadBalancer
|
||||
port: 22
|
||||
clusterIP: None
|
||||
loadBalancerIP:
|
||||
@@ -151,7 +151,8 @@ service:
|
||||
ipFamilies:
|
||||
hostPort:
|
||||
loadBalancerSourceRanges: []
|
||||
annotations: {}
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.0.185
|
||||
labels: {}
|
||||
loadBalancerClass:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user