new run
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
name: distcc
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 5
|
||||
selector:
|
||||
matchLabels:
|
||||
app: distcc
|
||||
@@ -77,4 +77,4 @@ spec:
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: distcc
|
||||
type: LoadBalancer
|
||||
type: LoadBalancer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
|
||||
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
mosquitto mosquitto-clients procps && \
|
||||
|
||||
@@ -117,8 +117,6 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
#annotations:
|
||||
# volume.beta.kubernetes.io/storage-provisioner: nfs-storage
|
||||
labels:
|
||||
app: mosquitto
|
||||
release: mqtt
|
||||
|
||||
@@ -5,7 +5,7 @@ ENV Z2M_VERSION=9cc3740740b57f1e896139b5ffdb25be7576ad58
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
#setup local apt cache
|
||||
RUN sed -i 's@http://@http://apt-cache.lan/@g' /etc/apt/sources.list
|
||||
#RUN sed -i 's@http://@http://apt-cache.lan/@g' /etc/apt/sources.list
|
||||
#/apt-cache
|
||||
|
||||
# Install required dependencies
|
||||
|
||||
Reference in New Issue
Block a user