Skip to content

Commit 2c7ab3a

Browse files
Used nodeport to expose in Instruqt
1 parent 1a7e6da commit 2c7ab3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

external-secrets/app/service.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ kind: Service
33
metadata:
44
name: gitops-secrets-service
55
spec:
6-
type: ClusterIP
6+
type: NodePort
77
selector:
88
app: gitops-secrets-app
99
ports:
10-
- protocol: TCP
11-
port: 8080
12-
targetPort: 8080
10+
- nodePort: 31000
11+
protocol: TCP
12+
port: 8080

0 commit comments

Comments
 (0)