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
Tobias Brunner 2ba7829f36
All checks were successful
continuous-integration/drone/push Build is passing
name ports in svc
2022-11-23 18:08:02 +01:00

23 lines
337 B
YAML

---
apiVersion: v1
kind: Service
metadata:
labels:
app: tobru-ch
name: ghost
namespace: tobru-ch
spec:
ports:
- name: ghost
port: 2368
protocol: TCP
targetPort: 2368
- name: caddy
port: 8080
protocol: TCP
targetPort: 8080
selector:
component: ghost
sessionAffinity: None
type: ClusterIP