mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 20:48:27 +00:00
12 lines
168 B
YAML
12 lines
168 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: example
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: example
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8080 |