diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-25 12:22:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-25 12:22:28 +0100 |
commit | d3038e98e12074fbb0119cd52d713e0854e2ee79 (patch) | |
tree | 78b628409aa3a38408deffc5f8f44ae07744f7d7 | |
parent | acbc80a2e31ce66d41d841f449a4248859b80de9 (diff) |
Use frontend service as NodePort
-rw-r--r-- | yaml/frontend.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml/frontend.yaml b/yaml/frontend.yaml index 94766a8..ab7fe9f 100644 --- a/yaml/frontend.yaml +++ b/yaml/frontend.yaml @@ -44,4 +44,4 @@ spec: targetPort: 80 selector: app: cas-frontend-app - type: ClusterIP + type: NodePort |