diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-27 08:29:30 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-27 08:29:30 +0100 |
commit | c65448415aae1f5602104aed75340307b5c437bc (patch) | |
tree | aa5a03243946e9374786f108037dcf3eadb3dde3 /yaml/services/cas.yaml | |
parent | 3537fd264635453f9e7d934f54d50d4a7cdb8d74 (diff) |
Fix label(s) for load balancing
Xmas present I guess, b/c it never really worked
Diffstat (limited to 'yaml/services/cas.yaml')
-rw-r--r-- | yaml/services/cas.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/yaml/services/cas.yaml b/yaml/services/cas.yaml index bd30fe9..0942e33 100644 --- a/yaml/services/cas.yaml +++ b/yaml/services/cas.yaml @@ -4,10 +4,8 @@ metadata: name: cas-service spec: ports: - - port: 8000 + - port: 80 targetPort: 8000 - name: http - protocol: TCP selector: - app: cas + app: cas-app type: LoadBalancer |