mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-18 07:05:02 +00:00
12 lines
177 B
YAML
12 lines
177 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: fhirflare
|
|
spec:
|
|
ports:
|
|
- name: "5000"
|
|
port: 5000
|
|
targetPort: 5000
|
|
selector:
|
|
io.kompose.service: fhirflare
|