Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tnishada/f3b2c40f407dc034f142033856c9e2df to your computer and use it in GitHub Desktop.
Save tnishada/f3b2c40f407dc034f142033856c9e2df to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: keycloak-service
namespace: keycloak
spec:
ports:
- name: httpPort
port: 8080
targetPort: 8080
protocol: TCP
- name: infinispanPort
port: 7800
targetPort: 7800
protocol: TCP
selector:
app: keycloak-deployment
@jimbojim
Copy link

jimbojim commented Nov 4, 2022

Following your blog article to GH I found the service instead of the deployment manifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment