mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
19 lines
258 B
YAML
19 lines
258 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lcg
|
|
namespace: lcg
|
|
labels:
|
|
app: lcg
|
|
version: v2.0.3
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: lcg
|
|
version: v2.0.3
|