mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-05 23:03:07 +00:00
- Update paths and orchestration for deployers (compose/k8s/local/docker) - Consolidate scripts helpers and refresh book/README docs
16 lines
376 B
YAML
16 lines
376 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "nomos-runner.fullname" . }}-cfgsync
|
|
labels:
|
|
{{- include "nomos-runner.labels" . | nindent 4 }}
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
{{- include "nomos-runner.selectorLabels" . | nindent 4 }}
|
|
nomos/component: cfgsync
|
|
ports:
|
|
- name: http
|
|
port: {{ .Values.cfgsync.port }}
|
|
targetPort: http
|