mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
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
|