From 8d7b2ff9ba4e71419afa750e6ef0195dc9419ca0 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 4 Dec 2024 00:29:22 -0400 Subject: [PATCH] fix --- k8s/deployment.yml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yml.template b/k8s/deployment.yml.template index f56093c..8bbc30c 100644 --- a/k8s/deployment.yml.template +++ b/k8s/deployment.yml.template @@ -37,7 +37,7 @@ spec: selector: app: $REPONAME ports: - - port: 443 + - port: 80 targetPort: $PORT name: frontend --- @@ -59,7 +59,7 @@ spec: service: name: $REPONAME-svc port: - number: 443 + number: 80 #tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames #- hosts: # - cambio.maximotejeda.com