This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/tobru-ch/ghost-service.yaml

23 lines
337 B
YAML
Raw Normal View History

2020-02-20 20:50:04 +00:00
---
apiVersion: v1
kind: Service
metadata:
labels:
app: tobru-ch
name: ghost
namespace: tobru-ch
spec:
ports:
2022-11-23 17:08:02 +00:00
- name: ghost
port: 2368
2020-02-20 20:50:04 +00:00
protocol: TCP
targetPort: 2368
2022-11-23 17:08:02 +00:00
- name: caddy
port: 8080
2022-11-23 16:57:55 +00:00
protocol: TCP
targetPort: 8080
2020-02-20 20:50:04 +00:00
selector:
component: ghost
sessionAffinity: None
type: ClusterIP