mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 14:29:05 +02:00
21 lines
431 B
YAML
21 lines
431 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/instance: gh-backend
|
|
app.kubernetes.io/name: gh-backend
|
|
name: gh-backend
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "2"
|
|
argocd.argoproj.io/hook: Synce
|
|
spec:
|
|
ports:
|
|
- name: gin
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 443
|
|
selector:
|
|
app.kubernetes.io/instance: gh-backend
|
|
app.kubernetes.io/name: gh-backend
|
|
type: ClusterIP
|