Add generated file
This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
40
vendor/golang.org/x/tools/cmd/tip/tip-rc.yaml
generated
vendored
Normal file
40
vendor/golang.org/x/tools/cmd/tip/tip-rc.yaml
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: tipgodoc
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: tipgodoc
|
||||
template:
|
||||
metadata:
|
||||
name: tipgodoc
|
||||
labels:
|
||||
app: tipgodoc
|
||||
spec:
|
||||
volumes:
|
||||
- name: cache-volume
|
||||
emptyDir: {}
|
||||
containers:
|
||||
- name: gitmirror
|
||||
image: gcr.io/symbolic-datum-552/tip:v2
|
||||
imagePullPolicy: Always
|
||||
command: ["/go/bin/tip", "--autocert=tip.golang.org", "--autocert-bucket=golang-tip-autocert"]
|
||||
env:
|
||||
- name: TMPDIR
|
||||
value: /build
|
||||
- name: TIP_BUILDER
|
||||
value: godoc
|
||||
volumeMounts:
|
||||
- mountPath: /build
|
||||
name: cache-volume
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 443
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: "2Gi"
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: "4Gi"
|
Reference in New Issue
Block a user