mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
17 lines
332 B
YAML
17 lines
332 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/instance: gh-authz
|
|
app.kubernetes.io/name: gh-authz
|
|
name: gh-authz
|
|
spec:
|
|
ports:
|
|
- name: gin
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 443
|
|
selector:
|
|
app.kubernetes.io/instance: gh-authz
|
|
app.kubernetes.io/name: gh-authz
|
|
type: ClusterIP |