Keycloak Terraform / Terraform (push) Successful in 26s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 18s
16 lines
260 B
YAML
16 lines
260 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lan-play
|
|
labels:
|
|
app.kubernetes.io/name: lan-play
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: lan-play
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
protocol: TCP
|