aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/tooling/keycloak/service.yaml
diff options
context:
space:
mode:
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