mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-20 15:16:40 +00:00
5e2bff8397
Signed-off-by: Xe Iaso <me@xeiaso.net>
15 lines
219 B
YAML
15 lines
219 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: anubis-docs
|
|
spec:
|
|
selector:
|
|
app: anubis-docs
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
name: http
|
|
- port: 8081
|
|
targetPort: 8081
|
|
name: anubis
|