mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 12:32:40 +00:00
a3a3d367ea
Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
14 lines
226 B
YAML
14 lines
226 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: opengist
|
|
labels:
|
|
app.kubernetes.io/name: opengist
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: opengist
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
name: http
|