mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 06:06:26 +10:00
12 lines
147 B
YAML
12 lines
147 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kuard
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
selector:
|
|
app: kuard
|