diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-01-07 13:49:07 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-01-07 13:49:07 +0000 | 
| commit | dc57696f517725bd573e47f9375927b0825ca210 (patch) | |
| tree | 3a1f89f935ec05ca1c97d864192009f776b8517f | |
| parent | updates (diff) | |
| download | scripts-dc57696f517725bd573e47f9375927b0825ca210.tar.gz scripts-dc57696f517725bd573e47f9375927b0825ca210.zip | |
ipfs fixed
| -rw-r--r-- | kubernetes/ipfs/ipfs-deployment.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/kubernetes/ipfs/ipfs-deployment.yaml b/kubernetes/ipfs/ipfs-deployment.yaml index f7c0476..41e1a29 100644 --- a/kubernetes/ipfs/ipfs-deployment.yaml +++ b/kubernetes/ipfs/ipfs-deployment.yaml @@ -16,7 +16,7 @@ spec:      spec:        containers:        - name: ipfs -        image: ipfs/go-ipfs:v0.11.0 +        image: linuxserver/ipfs:2.13.0          ports:          - containerPort: 4001          - containerPort: 5001 @@ -25,10 +25,10 @@ spec:  apiVersion: v1  kind: Service  metadata: -  name: pihole-service +  name: ipfs-service  spec:    selector: -    app: pihole +    app: ipfs    type: NodePort    ports:      - protocol: TCP @@ -45,9 +45,9 @@ spec:        port: 5001        targetPort: 5001        nodePort: 30402 -      name: "pihole-tcp-80" +      name: "ipfs-tcp-80"      - protocol: TCP        port: 8080        targetPort: 8080        nodePort: 30403 -      name: "pihole-tcp-443" +      name: "ipfs-tcp-443" | 
