fix duplicate names

This commit is contained in:
Waylon Walker 2024-03-12 20:28:52 -05:00
parent 74205f5eb7
commit 00a86fb02b
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -137,7 +137,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: hello-world-active
name: hello-world-nodeport-active
namespace: hello-world
spec:
type: NodePort # Change service type to NodePort
@ -153,7 +153,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: hello-world-preview
name: hello-world-nodeport-preview
namespace: hello-world
spec:
type: NodePort # Change service type to NodePort