mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
13 lines
203 B
YAML
Executable File
13 lines
203 B
YAML
Executable File
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cnpg-webhook-service
|
|
namespace: postgres
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
targetPort: 9443
|
|
selector:
|
|
app.kubernetes.io/name: cloudnative-pg
|