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
|
||||
|
||||
Reference in New Issue
Block a user