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 1a9d3153dd
All checks were successful
continuous-integration/drone/push Build is passing
expose the webfinger caddy
2022-11-23 17:57:55 +01:00

21 lines
305 B
YAML

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