Skip to content

Commit ce0413b

Browse files
authored
Fix missing type
1 parent 3fe43bb commit ce0413b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k8s-examples/service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
metadata:
44
name: nginx-proxy
55
spec:
6+
type: ClusterIP
67
ports:
78
- port: 80
89
targetPort: 80

0 commit comments

Comments
 (0)