12 lines
190 B
YAML
12 lines
190 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: foundry-vtt-oauth2-proxy
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- port: 4180
|
||
|
|
targetPort: 4180
|
||
|
|
selector:
|
||
|
|
app: foundry-vtt-oauth2-proxy
|