14 lines
234 B
YAML
14 lines
234 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lemmy-pictrs
|
|
namespace: {{ .namespace }}
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
component: pictrs
|
|
ports:
|
|
- name: http
|
|
port: {{ .pictrsPort }}
|
|
targetPort: {{ .pictrsPort }}
|