aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/tooling/keycloak/service.yaml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-06-27 03:24:28 +0100
committerGravatar Joe Banks <[email protected]>2024-06-27 03:24:28 +0100
commit51533ae3db1737a64a747506992efe045df591cf (patch)
treee40bafe44f7e6638b8fe45e76cd7f7d1fea73bc7 /kubernetes/namespaces/tooling/keycloak/service.yaml
parentScale AM back to 3 replicas (diff)
Add deployment of Keycloak
Diffstat (limited to 'kubernetes/namespaces/tooling/keycloak/service.yaml')
-rw-r--r--kubernetes/namespaces/tooling/keycloak/service.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/namespaces/tooling/keycloak/service.yaml b/kubernetes/namespaces/tooling/keycloak/service.yaml
new file mode 100644
index 0000000..5543bc5
--- /dev/null
+++ b/kubernetes/namespaces/tooling/keycloak/service.yaml
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: keycloak
+ namespace: tooling
+spec:
+ ports:
+ - name: http
+ port: 8080
+ - name: https
+ port: 8443
+ selector:
+ app: keycloak