All checks were successful
Gitea Actions Demo / bake (push) Successful in 2m7s
15 lines
190 B
YAML
15 lines
190 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: caas
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: caas
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: http
|