diff --git a/k8/deployment.yaml b/k8/deployment.yaml index 50afd9b..3ad83d6 100644 --- a/k8/deployment.yaml +++ b/k8/deployment.yaml @@ -38,5 +38,5 @@ spec: selector: app: silly-game ports: - - port: 4200 - targetPort: 4200 \ No newline at end of file + - port: 80 + targetPort: 80 \ No newline at end of file