cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

service.yaml (267B)


      1 apiVersion: v1
      2 kind: Service
      3 metadata:
      4   labels:
      5     app: pantalaimon-freifunk
      6   name: freifunk-pantalaimon-srv
      7   namespace: matrix
      8 spec:
      9   ports:
     10     - port: 8008
     11       protocol: TCP
     12       targetPort: 8008
     13   selector:
     14     app: pantalaimon-freifunk
     15   type: ClusterIP