diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-20 13:55:04 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-20 13:55:04 +0100 |
commit | 75a28c1819a4d14c7a3ffade5e164b441e44b36c (patch) | |
tree | 90fb5d867b13add57548f40efbb4333f182c12c4 /yaml/services/cas.yaml | |
parent | 137c520f02c15bae932e06611268e6f5135ed42c (diff) |
Add networking and balancing
Diffstat (limited to 'yaml/services/cas.yaml')
-rw-r--r-- | yaml/services/cas.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml/services/cas.yaml b/yaml/services/cas.yaml index ff1d8c5..bd30fe9 100644 --- a/yaml/services/cas.yaml +++ b/yaml/services/cas.yaml @@ -10,4 +10,4 @@ spec: protocol: TCP selector: app: cas - type: ClusterIP + type: LoadBalancer |