Skip to content

Commit 8c807fa

Browse files
committed
Remove deprecatedPublicIPs field
1 parent 78bb2ba commit 8c807fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8petstore/k8petstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ cat << EOF > fe-s.json
141141
"ports": [{
142142
"port": 3000
143143
}],
144-
"deprecatedPublicIPs":["$PUBLIC_IP","10.1.4.89"],
144+
"externalIPs":["$PUBLIC_IP","10.1.4.89"],
145145
"selector": {
146146
"name": "frontend"
147147
}

0 commit comments

Comments
 (0)